home *** CD-ROM | disk | FTP | other *** search
/ Cute & Cuddly Animals Screen Savers / Cute & Cuddly Animals Screen Savers.iso / _SETUP.1 / sldpzl.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-05-09  |  2KB  |  78 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About Sliding Puzzle Challenge'
  6.   ClientHeight = 213
  7.   ClientWidth = 456
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 425
  19.     Height = 161
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 40
  26.       Top = 16
  27.       Width = 65
  28.       Height = 57
  29.       Picture.Data = {<image000.ico>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 88
  35.       Top = 16
  36.       Width = 243
  37.       Height = 13
  38.       Caption = 'All Holiday Screen Savers- Sliding Puzzle Challenge'
  39.       IsControl = True
  40.     end
  41.     object Version: TLabel
  42.       Left = 88
  43.       Top = 40
  44.       Width = 53
  45.       Height = 13
  46.       Caption = 'Version 1.0'
  47.       IsControl = True
  48.     end
  49.     object Copyright: TLabel
  50.       Left = 8
  51.       Top = 80
  52.       Width = 146
  53.       Height = 13
  54.       Caption = 'Copyright 1998 Amy Seeberger'
  55.       IsControl = True
  56.     end
  57.     object Comments: TLabel
  58.       Left = 8
  59.       Top = 104
  60.       Width = 201
  61.       Height = 26
  62.       Caption = 'Licensed to Cosmi Corporation'
  63.       WordWrap = True
  64.       IsControl = True
  65.     end
  66.   end
  67.   object OKButton: TButton
  68.     Left = 191
  69.     Top = 180
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'OK'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 1
  76.   end
  77. end
  78.